home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_layerP.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.0 KB  |  51 lines

  1. /*****************************************************************************
  2.   FILE           : ui_layerP.ph
  3.   SHORTNAME      : layerP.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 1.2.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_layerP.ph    1.8 3/2/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_LAYERP_DEFINED_
  23. #define _UI_LAYERP_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. void ui_layer_initLayerNames(void);
  30. void ui_layer_setLayerNames(void);
  31.  
  32.  
  33. /* array of layer names */
  34. char      ui_layerNames[MAX_NO_LAYERS][MAX_NAME_LENGTH];
  35.  
  36.  
  37. /* end global definition section */
  38.  
  39.  
  40. /* begin private definition section */
  41.  
  42.  
  43. /* end private definition section */
  44.  
  45.  
  46. #endif /* _UI_LAYERP_DEFINED_ */
  47.  
  48.  
  49. /* end of file */
  50. /* lines: 28 */
  51.